Hi..
Currently we save scores from a Web-based Game written in JS in our NSF Database.. Scores and Level Information are send by URL like:
http://xyz.com/test.nsf/newscore?OpenForm&Score=123&Level=1
The problem is..
The game is outsourced in a none-Domino Evironment..
Currently its possible to save scores in the Database without playing the game.. Directly..
We would like to prevent this action.
We tested the HTTP-Referer CGI Variable, but it only works within the Database itself.
Has anybody a Tipp how we yould solve our Problem?
thanks
florian